home *** CD-ROM | disk | FTP | other *** search
/ Chronicles of Narnia, The…) (Electronic Press Kit) / Chronicles of Narnia, The - The Lion, the Witch and the Wardrobe (Europe) (Electronic Press Kit).bin / bv_n_screens.swf / scripts / DefineButton2_25 / BUTTONCONDACTION on(release).as
Text File  |  2005-10-03  |  125b  |  8 lines

  1. on(release){
  2.    if(_root.barmark >= _root.maxLeft)
  3.    {
  4.       _root.barXtemp += 521;
  5.       _root.barmark -= 1;
  6.    }
  7. }
  8.